![]() |
Precise iOS Toolkit
2.13.0
|
Macros | |
| #define | SCARD_SHARE_EXCLUSIVE 1 |
| #define | SCARD_SHARE_SHARED 2 |
| #define | SCARD_SHARE_DIRECT 3 |
| #define SCARD_SHARE_DIRECT 3 |
This application demands direct control of the reader, so it is not
available to other applications.
Definition at line 67 of file winscard.h.
| #define SCARD_SHARE_EXCLUSIVE 1 |
This application is not willing to share this card with other applications.
Definition at line 62 of file winscard.h.
| #define SCARD_SHARE_SHARED 2 |
This application is willing to share this card with other applications.
Definition at line 64 of file winscard.h.
1.8.1.1